Hello ! Liise - Mon Jul 11 10:00:04 EDT 2016 |
Re: Get the first value of a Skip list Unless someone knows of a better way, start a for loop then stop after first loop. Example of for loop is in help file.
Or if you used a numeric key starting at 0 then you could use find something like: find (skp, 0, sMyFirstValue) |